aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/elementary/data/desktop/Makefile.am
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-04-22 09:20:32 +1000
committerDavid Walter Seikel2012-04-22 09:20:32 +1000
commit3ad3455551be0d7859ecb02290376206d5e66498 (patch)
tree497917e12b4d7f458dff9765d9b53f64c4e03fc3 /libraries/elementary/data/desktop/Makefile.am
parentUpdate EFL to latest beta. (diff)
downloadSledjHamr-3ad3455551be0d7859ecb02290376206d5e66498.zip
SledjHamr-3ad3455551be0d7859ecb02290376206d5e66498.tar.gz
SledjHamr-3ad3455551be0d7859ecb02290376206d5e66498.tar.bz2
SledjHamr-3ad3455551be0d7859ecb02290376206d5e66498.tar.xz
And actually include new files, plus elementary libraries.
Diffstat (limited to '')
-rw-r--r--libraries/elementary/data/desktop/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/elementary/data/desktop/Makefile.am b/libraries/elementary/data/desktop/Makefile.am
new file mode 100644
index 0000000..14e5d0f
--- /dev/null
+++ b/libraries/elementary/data/desktop/Makefile.am
@@ -0,0 +1,10 @@
14AUTOMAKE_OPTIONS = 1.4 foreign
2MAINTAINERCLEANFILES = Makefile.in
3
4desktopdir = $(datadir)/applications
5desktop_DATA = elementary_test.desktop elementary_config.desktop
6
7icondir = $(datadir)/icons
8icon_DATA = elementary.png
9
10EXTRA_DIST = $(desktop_DATA) $(icon_DATA)