summaryrefslogtreecommitdiff
path: root/src/Makefile_Embryo.am
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-04 20:55:12 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2013-01-04 20:55:12 +0000
commit2b29626d8d5aa47119759d0ef1d0876674f06254 (patch)
tree13622da45e0f86f8fde5bc8d50e953e958495691 /src/Makefile_Embryo.am
parent7abf31c88264c2a7692ce61c7985bc49e979163e (diff)
downloadefl-2b29626d8d5aa47119759d0ef1d0876674f06254.tar.gz
efl: fix make dist.
Carefully compared 'svn export' and 'make dist' results and couple of files were missing. Changes: * Makefile.am: removed all .pc from EXTRA_DIST, we shouldn't distribute them here as they will contain ./configure data such as install location. * src/Makefile.am: moved all if-endif to files, otherwise EXTRA_DIST won't work properly. We must EXTRA_DIST outside of the if-endif block. * static_libs/liblinebreak: removed couple of unused files. SVN revision: 82241
Diffstat (limited to 'src/Makefile_Embryo.am')
-rw-r--r--src/Makefile_Embryo.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_Embryo.am b/src/Makefile_Embryo.am
index 77c0123cc3..ab224d50d6 100644
--- a/src/Makefile_Embryo.am
+++ b/src/Makefile_Embryo.am
@@ -39,6 +39,7 @@ bin_PROGRAMS += bin/embryo/embryo_cc
bin_embryo_embryo_cc_SOURCES = \
bin/embryo/embryo_cc_amx.h \
+bin/embryo/embryo_cc_osdefs.h \
bin/embryo/embryo_cc_sc.h \
bin/embryo/embryo_cc_sc1.c \
bin/embryo/embryo_cc_sc2.c \