Split MMCategory into MMSoCategory and MMDBusCategory. The DBus one
[mmediamanager.git] / Makefile.am
blob3b9c7fedbb19856181d300b76af6046a862f4944
1 ## Process this file with automake to produce Makefile.in
2 ## Created by Anjuta
4 SUBDIRS = src po test
6 mmediamanagerdocdir = ${prefix}/doc/mmediamanager
7 mmediamanagerdoc_DATA = \
8         README\
9         COPYING\
10         AUTHORS\
11         ChangeLog\
12         INSTALL\
13         NEWS
15 EXTRA_DIST = $(mmediamanagerdoc_DATA)
17 # Copy all the spec files. Of cource, only one is actually used.
18 dist-hook:
19         for specfile in *.spec; do \
20                 if test -f $$specfile; then \
21                         cp -p $$specfile $(distdir); \
22                 fi \
23         done