source: trunk/third/gnome-utils/Makefile.am @ 18641

Revision 18641, 462 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18640, which included commits to RCS files with non-trunk default branches.
Line 
1if BUILD_GFLOPPY
2gfloppy = gfloppy
3endif
4
5if BUILD_GDIALOG
6gdialog = gdialog
7endif
8
9always_built_SUBDIRS = \
10        po              \
11        logview         \
12        gcharmap        \
13        gcalc           \
14        gsearchtool     \
15        gdictsrc
16
17SUBDIRS = \
18        $(always_built_SUBDIRS) \
19        $(gfloppy)      \
20        $(gdialog)
21
22DIST_SUBDIRS = \
23        $(always_built_SUBDIRS) \
24        gfloppy                 \
25        gdialog
26
27EXTRA_DIST = \
28        gnome-utils.spec.in \
29        gnome-utils.spec \
30        omf.make \
31        xmldocs.make \
32        intltool-extract.in \
33        intltool-merge.in \
34        intltool-update.in
Note: See TracBrowser for help on using the repository browser.