diff options
Diffstat (limited to 'src/Makefile_Ector.am')
-rw-r--r-- | src/Makefile_Ector.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile_Ector.am b/src/Makefile_Ector.am index 33c3bfd..30aa866 100644 --- a/src/Makefile_Ector.am +++ b/src/Makefile_Ector.am | |||
@@ -64,7 +64,7 @@ BUILT_SOURCES += \ | |||
64 | ectoreolianfilesdir = $(datadir)/eolian/include/ector-@VMAJ@ | 64 | ectoreolianfilesdir = $(datadir)/eolian/include/ector-@VMAJ@ |
65 | ectoreolianfiles_DATA = $(ector_eolian_files) $(ector_eolian_type_files) | 65 | ectoreolianfiles_DATA = $(ector_eolian_files) $(ector_eolian_type_files) |
66 | 66 | ||
67 | EXTRA_DIST += $(ectoreolianfiles_DATA) \ | 67 | EXTRA_DIST2 += $(ectoreolianfiles_DATA) \ |
68 | lib/ector/Makefile.am \ | 68 | lib/ector/Makefile.am \ |
69 | lib/ector/Makefile.in \ | 69 | lib/ector/Makefile.in \ |
70 | lib/ector/Ector.h \ | 70 | lib/ector/Ector.h \ |
@@ -195,7 +195,7 @@ tests_ector_ector_suite_DEPENDENCIES = @USE_ECTOR_INTERNAL_LIBS@ | |||
195 | 195 | ||
196 | endif | 196 | endif |
197 | 197 | ||
198 | EXTRA_DIST += \ | 198 | EXTRA_DIST2 += \ |
199 | lib/ector/ector_private.h \ | 199 | lib/ector/ector_private.h \ |
200 | lib/ector/cairo/ector_cairo_private.h \ | 200 | lib/ector/cairo/ector_cairo_private.h \ |
201 | lib/ector/software/ector_software_private.h \ | 201 | lib/ector/software/ector_software_private.h \ |