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,7 +2,7 @@ INCLUDES = -I. -I$(srcdir) \
|
|||
-I$(top_srcdir)/intl -I$(top_builddir)/intl \
|
||||
-I$(srcdir)/../../libcapplet \
|
||||
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
||||
$(CAPPLET_CFLAGS)
|
||||
@CAPPLET_CFLAGS@
|
||||
|
||||
bin_PROGRAMS = theme-selector-capplet
|
||||
|
||||
|
@ -17,7 +17,7 @@ theme_selector_capplet_SOURCES = \
|
|||
gui.c \
|
||||
install.c
|
||||
|
||||
theme_selector_capplet_LDADD = $(CAPPLET_LIBS)
|
||||
theme_selector_capplet_LDADD = @CAPPLET_LIBS@
|
||||
|
||||
EXTRA_DIST = \
|
||||
theme-selector.desktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue