diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-10-26 09:01:52 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-10-26 09:01:52 +0000 |
commit | 5bdb5d376373dab8bf624388cac520094be95b63 (patch) | |
tree | e494c3a000eeb506e63cd55a77f310767633e0d8 /Makefile.am | |
parent | 124e0d4afdff0937d8be8014f4dea5f78aa9f76f (diff) | |
download | efl-5bdb5d376373dab8bf624388cac520094be95b63.tar.gz efl-5bdb5d376373dab8bf624388cac520094be95b63.tar.xz efl-5bdb5d376373dab8bf624388cac520094be95b63.zip |
merge: add embryo
please check and report problems (not cosmetic ones)
someone should update the efl.spec.in file, i don't know that stuff
SVN revision: 78512
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index c6cbaeac5..403cc9f9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src doc +SUBDIRS = src data doc MAINTAINERCLEANFILES = \ Makefile.in \ @@ -48,7 +48,8 @@ spec/efl.spec \ pc/evil.pc \ pc/eina.pc \ pc/eet.pc \ -pc/eo.pc +pc/eo.pc \ +pc/embryo.pc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = @@ -60,7 +61,8 @@ endif pkgconfig_DATA += \ pc/eina.pc \ pc/eo.pc \ -pc/eet.pc +pc/eet.pc \ +pc/embryo.pc .PHONY: doc benchmark examples install-examples |