home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / LINUX / gopchop-1.1.7.tar.tar / gopchop-1.1.7.tar / gopchop-1.1.7 / Makefile.am < prev    next >
Makefile  |  2005-05-01  |  573b  |  24 lines

  1. ## Process this file with automake to produce Makefile.in
  2.  
  3. SUBDIRS = libvo src po include docs pixmaps tests
  4.  
  5. EXTRA_DIST = \
  6.     autogen.sh \
  7.     gopchop.glade \
  8.     gopchop.gladep \
  9.     gopchop.spec \
  10.     gopchop.desktop \
  11.     gopchop.ebuild \
  12.     intltool-extract.in intltool-merge.in intltool-update.in
  13.  
  14. # I think this should be considered an intltool bug
  15. DISTCLEANFILES = \
  16.                  intltool-extract \
  17.                  intltool-merge \
  18.                  intltool-update
  19.  
  20. appsdir = $(datadir)/applications
  21. apps_DATA = gopchop.desktop
  22.  
  23. gopchop.spec: config.status
  24.