diff options
Diffstat (limited to '')
-rw-r--r-- | libraries/elementary/data/desktop/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libraries/elementary/data/desktop/Makefile.am b/libraries/elementary/data/desktop/Makefile.am deleted file mode 100644 index 14e5d0f..0000000 --- a/libraries/elementary/data/desktop/Makefile.am +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | 4AUTOMAKE_OPTIONS = 1.4 foreign | ||
2 | MAINTAINERCLEANFILES = Makefile.in | ||
3 | |||
4 | desktopdir = $(datadir)/applications | ||
5 | desktop_DATA = elementary_test.desktop elementary_config.desktop | ||
6 | |||
7 | icondir = $(datadir)/icons | ||
8 | icon_DATA = elementary.png | ||
9 | |||
10 | EXTRA_DIST = $(desktop_DATA) $(icon_DATA) | ||