diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2021-02-04 13:20:10 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2021-02-04 13:20:27 +0900 |
commit | c952b8a43fad1b13525a73a0736dafe2e76769b4 (patch) | |
tree | 3d2a5d199ff69147a3a4bf9c1ef2f8e668d2e8c9 /Makefile.am | |
parent | 2accbb3c338f8514463e485aeac06eeefba4421e (diff) | |
parent | 99a33f08e5808e9b4ea40f9ba0d717196b2ef090 (diff) | |
download | libidn-c952b8a43fad1b13525a73a0736dafe2e76769b4.tar.gz libidn-c952b8a43fad1b13525a73a0736dafe2e76769b4.tar.bz2 libidn-c952b8a43fad1b13525a73a0736dafe2e76769b4.zip |
Merge upstream/1.23 into tizen
Change-Id: I5aed191ee5f7f780288c274fc5984d2e8466ef44
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9c61c0f..9491d32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +# 2011 Simon Josefsson # # This file is part of GNU Libidn. # @@ -38,7 +39,7 @@ EXTRA_DIST += FAQ libc/README libc/getaddrinfo-idn.txt libc/example.c \ EXTRA_DIST += win32/libidn.sln win32/libidn.vcproj \ win32/include/unistd.h win32/include/idn-int.h \ win32/include/stdbool.h win32/include/ac-stdint.h \ - win32/include/config.h + win32/include/config.h win32/libidn4win.mk pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libidn.pc |