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
|
@ -20,8 +20,7 @@ INCLUDES = \
|
|||
-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
|
||||
-DG_LOG_DOMAIN=\"background-properties\" \
|
||||
-DGLADE_DATADIR=\""$(Gladedir)"\" \
|
||||
$(GNOME_INCLUDEDIR) \
|
||||
$(ROLLBACK_CAPPLET_CFLAGS) \
|
||||
@ROLLBACK_CAPPLET_CFLAGS@ \
|
||||
-I$(top_srcdir)/ \
|
||||
-I$(top_srcdir)/intl
|
||||
|
||||
|
@ -34,4 +33,4 @@ rollback_capplet_SOURCES = \
|
|||
main.c
|
||||
|
||||
rollback_capplet_LDADD = \
|
||||
$(GNOME_LIBDIR) $(ROLLBACK_CAPPLET_LIBS)
|
||||
@ROLLBACK_CAPPLET_LIBS@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue