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 | |
---|
1 | INCLUDES = \ |
---|
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 | |
---|
9 | LDADD = $(GNOME_ABOUT_LIBS) |
---|
10 | |
---|
11 | bin_PROGRAMS = gnome-about |
---|
12 | |
---|
13 | gnome_about_SOURCES = \ |
---|
14 | gnome-about.c \ |
---|
15 | contributors.h |
---|
16 | |
---|
17 | aboutdir = $(datadir)/gnome-about |
---|
18 | about_DATA = gnome-64.gif |
---|
19 | |
---|
20 | EXTRA_DIST = $(about_DATA) |
---|
21 | |
---|
22 | SUBDIRS = headers |
---|
Note: See
TracBrowser
for help on using the repository browser.