source: proiecte/PPPP/gdm/Makefile.am @ 134

Last change on this file since 134 was 134, checked in by (none), 14 years ago

gdm sources with the modifications for webcam

File size: 487 bytes
Line 
1NULL =
2
3SUBDIRS =                       \
4        data                    \
5        common                  \
6        daemon                  \
7        docs                    \
8        gui                     \
9        utils                   \
10        po                      \
11        tests                   \
12        $(NULL)
13
14# add these when help gets added back
15# omf-install
16
17EXTRA_DIST = \
18        MAINTAINERS             \
19        ChangeLog               \
20        README                  \
21        gnome-doc-utils.make    \
22        xmldocs.make            \
23        omf.make                \
24        $(NULL)
25
26DISTCLEANFILES = \
27        gnome-doc-utils.make    \
28        $(NULL)
29
30DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
31
32distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
Note: See TracBrowser for help on using the repository browser.