diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-11-01 12:52:33 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-11-01 12:52:33 +0000 |
commit | ede6b6ba795c688c6b9555c741d7b06c3fa712ef (patch) | |
tree | b10d8d90de8ef45b02d408bb7f71f7e6852b7a27 /data | |
parent | 0b211e0c206a6f627de37dd2f4678105f8625d64 (diff) | |
download | efl-ede6b6ba795c688c6b9555c741d7b06c3fa712ef.tar.gz efl-ede6b6ba795c688c6b9555c741d7b06c3fa712ef.tar.xz efl-ede6b6ba795c688c6b9555c741d7b06c3fa712ef.zip |
merge: fix installation of emnryo's default.inc file
SVN revision: 78757
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 8fdcec7de..6ab1f988a 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,6 +1,6 @@ MAINTAINERCLEANFILES = Makefile.in -filesdir = $(pkgdatadir)/include +filesdir = $(datadir)/embryo/include files_DATA = embryo/default.inc EXTRA_DIST = $(files_DATA) |