Undo some (unnecessary) changes.
(cherry picked from commit fc657184a0)
This commit is contained in:
parent
0436dd1cb7
commit
aaf5816695
4 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ endif
|
|||
AM_CPPFLAGS = \
|
||||
-DG_LOG_DOMAIN=\"Gimp-Config\" \
|
||||
-DGIMP_APP_VERSION_STRING=\"$(GIMP_APP_VERSION)\" \
|
||||
-DGIMPDATADIR=\""$(datadir)"\" \
|
||||
-DDATADIR=\""$(datadir)"\" \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_builddir)/app \
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ help_RC = help.rc.o
|
|||
endif
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DGIMPDATADIR=\""$(gimpdatadir)"\" \
|
||||
-DDATADIR=\""$(gimpdatadir)"\" \
|
||||
-I$(top_srcdir) \
|
||||
$(CAIRO_CFLAGS) \
|
||||
$(GIO_CFLAGS) \
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ AM_CPPFLAGS = \
|
|||
-DBINDIR=\""$(bindir)"\" \
|
||||
-DSBINDIR=\""$(sbindir)"\" \
|
||||
-DLIBEXECDIR=\""$(libexecdir)"\" \
|
||||
-DSYSDATADIR=\""$(datadir)"\" \
|
||||
-DDATADIR=\""$(datadir)"\" \
|
||||
-DDATAROOTDIR=\""$(datarootdir)"\" \
|
||||
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
||||
-DSHAREDSTATEDIR=\""$(sharedstatedir)"\" \
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ static struct {
|
|||
{ "bindir", BINDIR },
|
||||
{ "sbindir", SBINDIR },
|
||||
{ "libexecdir", LIBEXECDIR },
|
||||
{ "datadir", SYSDATADIR },
|
||||
{ "datadir", DATADIR },
|
||||
{ "datarootdir", DATAROOTDIR },
|
||||
{ "sysconfdir", SYSCONFDIR },
|
||||
{ "sharedstatedir", SHAREDSTATEDIR },
|
||||
|
|
|
|||
Loading…
Reference in a new issue