X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libexif%2FMakefile.am;h=108116be368ce2af27629a5d4bbc5923b61ea77d;hb=refs%2Ftags%2Faccepted%2Ftizen%2F3.0%2Fcommon%2F20161114.110951;hp=7d79d1fcbfcad71a56f4b5362e107bf445e66a90;hpb=c648945fce720d35b6fd35f7ac0db4cbe6dd9e55;p=platform%2Fupstream%2Flibexif.git diff --git a/libexif/Makefile.am b/libexif/Makefile.am index 7d79d1f..108116b 100644 --- a/libexif/Makefile.am +++ b/libexif/Makefile.am @@ -1,3 +1,4 @@ +AUTOMAKE_OPTIONS = subdir-objects EXTRA_DIST = lib_LTLIBRARIES = noinst_LTLIBRARIES = @@ -6,7 +7,6 @@ include canon/Makefile-files include fuji/Makefile-files include olympus/Makefile-files include pentax/Makefile-files -include samsung/Makefile-files # The -no-undefined makes it possible to build DLLs for Windows, # or shared libraries for Tru64 or AIX (according to the autobook @@ -36,20 +36,15 @@ libexif_la_DEPENDENCIES = \ libmnote-canon.la \ libmnote-fuji.la \ libmnote-olympus.la \ - libmnote-pentax.la \ - libmnote-samsung.la + libmnote-pentax.la libexif_la_LIBADD = \ $(LTLIBINTL) \ libmnote-canon.la \ libmnote-fuji.la \ libmnote-olympus.la \ - libmnote-pentax.la \ - libmnote-samsung.la + libmnote-pentax.la libexifincludedir = $(includedir)/libexif -samsungincludedir = $(includedir)/libexif/samsung -samsunginclude_HEADERS = samsung/mnote-samsung-tag.h - libexifinclude_HEADERS = \ exif-byte-order.h \ exif-content.h \ @@ -64,7 +59,7 @@ libexifinclude_HEADERS = \ exif-mnote-data.h \ exif-tag.h \ exif-utils.h \ - _stdint.h + _stdint.h EXTRA_DIST += exif-system.h exif.h