diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 912fe1c..753505a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -111,9 +111,11 @@ libeom_la_SOURCES = \ if HAVE_EXIF INST_H_FILES += \ - eom-metadata-details.h \ eom-exif-util.h +NOINST_H_FILES += \ + eom-metadata-details.h + libeom_c_files += \ eom-metadata-details.c \ eom-exif-util.c @@ -124,7 +126,7 @@ if HAVE_EXEMPI # is only listed once in INST_H_FILES # or the build will break with automake-1.11 if !HAVE_EXIF -INST_H_FILES += \ +NOINST_H_FILES += \ eom-metadata-details.h endif !HAVE_EXIF libeom_la_SOURCES += \ |