Browse CVS Repository
Contents of /gticker/gticker/Makefile.am
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( show annotations)
( download)
(vendor branch)
Mon Aug 15 06:50:46 2005 UTC
(18 years, 7 months ago)
by bluedwarf
Branch: MAIN, bluedwarf
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
Initial import of gticker
| 1 |
bin_PROGRAMS = gticker |
| 2 |
|
| 3 |
gticker_SOURCES = main.cxx intl.h |
| 4 |
|
| 5 |
SUBDIRS = intl po src mngwin |
| 6 |
|
| 7 |
LDADD = src/libsrc.a mngwin/libmngwin.a |
| 8 |
|
| 9 |
INCLUDES = -I@top_srcdir@/ -I@top_srcdir@/mngwin/ |
| 10 |
ACLOCAL_AMFLAGS = -I m4 |
| 11 |
|
| 12 |
EXTRA_DIST = config.rpath mkinstalldirs m4/ChangeLog gticker.schemas |
| 13 |
|
| 14 |
AM_CPPFLAGS=-DLOCALEDIR='"$(localedir)"' |
| 15 |
|
| 16 |
schemadir = @GCONF_SCHEMA_FILE_DIR@ |
| 17 |
schema_DATA = gticker.schemas |
| 18 |
|
| 19 |
install-data-local: |
| 20 |
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) |
|