switch to using pkg-config to find things
2001-06-21 Havoc Pennington <hp@redhat.com> * configure.in: switch to using pkg-config to find things * capplets/*/Makefile.am: clean up crufty flags, adapt to configure.in changes
This commit is contained in:
parent
c894d8e52b
commit
22c09dbb52
15 changed files with 48 additions and 82 deletions
|
@ -2,14 +2,14 @@ INCLUDES = -I. -I$(srcdir) \
|
|||
-I$(top_srcdir)/intl -I$(top_builddir)/intl \
|
||||
-I$(srcdir)/../../libcapplet \
|
||||
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
||||
$(CAPPLET_CFLAGS) \
|
||||
@CAPPLET_CFLAGS@ \
|
||||
-DGNOMESYSCONFDIR=\""$(sysconfdir)"\"
|
||||
|
||||
bin_PROGRAMS = url-properties
|
||||
|
||||
url_properties_SOURCES = url-properties.c
|
||||
|
||||
url_properties_LDADD = $(CAPPLET_LIBS)
|
||||
url_properties_LDADD = @CAPPLET_LIBS@
|
||||
|
||||
EXTRA_DIST = \
|
||||
url-properties.desktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue