source: trunk/third/gnome-desktop/gnome-about/Makefile.am @ 20867

Revision 20867, 468 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20866, which included commits to RCS files with non-trunk default branches.
Line 
1INCLUDES =                                                      \
2        $(WARN_CFLAGS)                                          \
3        $(DISABLE_DEPRECATED_CFLAGS)                            \
4        $(GNOME_ABOUT_CFLAGS)                                   \
5        $(DISABLE_DEPRECATED_CFLAGS)                            \
6        -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale\""  \
7        -DGNOME_ICONDIR=\""$(datadir)/pixmaps\""
8
9LDADD = $(GNOME_ABOUT_LIBS)
10
11bin_PROGRAMS = gnome-about
12
13gnome_about_SOURCES =           \
14        gnome-about.c           \
15        contributors.h
16
17aboutdir = $(datadir)/gnome-about
18about_DATA = gnome-64.gif
19
20EXTRA_DIST = $(about_DATA)
21
22SUBDIRS = headers
Note: See TracBrowser for help on using the repository browser.