renamed pixmap dir to icons (more coherent with the final installation dir)
[psensor.git] / Makefile.am
1 SUBDIRS = po\
2  src\
3  icons/scalable\
4  icons/14x14\
5  icons/16x16\
6  icons/22x22\
7  icons/24x24\
8  icons/32x32\
9  icons/48x48\
10  icons/64x64\
11  www\
12  tests
13
14 dist_doc_DATA = README COPYING NEWS AUTHORS INSTALL
15
16 autostartdir = $(sysconfdir)/xdg/autostart
17 autostart_DATA = psensor.desktop
18
19 desktopdir = $(datadir)/applications
20 desktop_DATA = psensor.desktop
21
22 EXTRA_DIST = $(desktop_DATA) $(autostart_DATA)
23
24