Quellcode durchsuchen

Fix C include paths for separate directory builds.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@2913 92316355-f0b4-4df1-b90c-862c8a59935f
remotes/tiles
sam vor 16 Jahren
Ursprung
Commit
56dcd4e41e
4 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. +1
    -1
      examples/Makefile.am
  2. +1
    -1
      genethumb/Makefile.am
  3. +1
    -1
      src/Makefile.am
  4. +1
    -1
      test/Makefile.am

+ 1
- 1
examples/Makefile.am Datei anzeigen

@@ -1,6 +1,6 @@
# $Id$ # $Id$


AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi -I../pipi


bin_PROGRAMS = edd img2rubik sharpen floodfill line bezier histogram colorstring bin_PROGRAMS = edd img2rubik sharpen floodfill line bezier histogram colorstring




+ 1
- 1
genethumb/Makefile.am Datei anzeigen

@@ -1,6 +1,6 @@
# $Id$ # $Id$


AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi -I../pipi


if NEED_GETOPT_LONG if NEED_GETOPT_LONG
GETOPT = mygetopt.c mygetopt.h GETOPT = mygetopt.c mygetopt.h


+ 1
- 1
src/Makefile.am Datei anzeigen

@@ -1,6 +1,6 @@
# $Id$ # $Id$


AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi -I../pipi


bin_PROGRAMS = pipi bin_PROGRAMS = pipi




+ 1
- 1
test/Makefile.am Datei anzeigen

@@ -1,5 +1,5 @@


AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi -I../pipi


noinst_PROGRAMS = u8tof32tou8 noinst_PROGRAMS = u8tof32tou8




||||||
x
 
000:0
Laden…
Abbrechen
Speichern