.pc fixes

git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-desktop@693 b067294f-1dea-0310-9683-c47a78595994
This commit is contained in:
mallum
2004-02-06 19:27:35 +00:00
parent d4ecf1e36c
commit 158999e85c
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
2004-02-06 Matthew Allum,,, <mallum@openedhand.com>
* configure.ac:
* matchbox-desktop.pc.in:
* src/Makefile.am:
Fix matchbox-desktop.pc up
2004-02-06 Matthew Allum,,, <mallum@openedhand.com>
* data/Makefile.am:

View File

@@ -90,7 +90,6 @@ dnl ------ GCC flags --------------------------------------------------------
if test "x$GCC" = "xyes"; then
GCC_WARNINGS="-g -Wall -fno-strict-aliasing"
LIBMB_CFLAGS="$GCC_WARNINGS $LIBMB_CFLAGS"
fi
@@ -98,6 +97,7 @@ dnl ------ Substitute in found libs, clags to Makefiles etc -----------------
AC_SUBST(LIBMB_CFLAGS)
AC_SUBST(LIBMB_LIBS)
AC_SUBST(GCC_WARNINGS)
AC_SUBST(SN_CFLAGS)
AC_SUBST(SN_LIBS)

View File

@@ -6,5 +6,5 @@ includedir=@includedir@
Name: matchbox-desktop
Description: Matchbox Desktop module dependencies.
Version: @VERSION@
Libs: -L${libdir} @MB_LIBS@
Cflags: -I${includedir}/matchbox-desktop @MB_CFLAGS@
Libs: -L${libdir} @LIBMB_LIBS@
Cflags: -I${includedir}/matchbox-desktop @LIBMB_CFLAGS@

View File

@@ -2,7 +2,7 @@ PREFIXDIR = $(prefix)
PKGDATADIR = $(pkgdatadir)
DATADIR = $(datadir)
INCLUDES = -DDATADIR=\"$(DATADIR)\" -DPKGDATADIR=\"$(PKGDATADIR)\" -DPREFIX=\"$(PREFIXDIR)\" $(LIBMB_CFLAGS)
INCLUDES = $(GCC_WARNINGS) -DDATADIR=\"$(DATADIR)\" -DPKGDATADIR=\"$(PKGDATADIR)\" -DPREFIX=\"$(PREFIXDIR)\" $(LIBMB_CFLAGS)
bin_PROGRAMS = matchbox-desktop