renamed pixmap dir to icons (more coherent with the final installation dir)
[psensor.git] / Makefile.am
index 9f83c74..2256651 100644 (file)
@@ -1,21 +1,24 @@
 SUBDIRS = po\
  src\
pixmaps/scalable\
pixmaps/14x14\
pixmaps/16x16\
pixmaps/22x22\
pixmaps/24x24\
pixmaps/32x32\
pixmaps/48x48\
pixmaps/64x64\
icons/scalable\
icons/14x14\
icons/16x16\
icons/22x22\
icons/24x24\
icons/32x32\
icons/48x48\
icons/64x64\
  www\
  tests
 
 dist_doc_DATA = README COPYING NEWS AUTHORS INSTALL
 
+autostartdir = $(sysconfdir)/xdg/autostart
+autostart_DATA = psensor.desktop
+
 desktopdir = $(datadir)/applications
 desktop_DATA = psensor.desktop
 
-EXTRA_DIST = $(desktop_DATA)
+EXTRA_DIST = $(desktop_DATA) $(autostart_DATA)