Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e18006e5
Commit
e18006e5
authored
Apr 12, 2010
by
Jan Djärv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM.
parent
c9b389c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Makefile.in
src/Makefile.in
+1
-1
No files found.
src/Makefile.in
View file @
e18006e5
...
...
@@ -256,7 +256,7 @@ GCONF_LIBS = @GCONF_LIBS@
/*
C_SWITCH_X_SITE
must
come
before
C_SWITCH_X_MACHINE
and
C_SWITCH_X_SYSTEM
since
it
may
have
-I
options
that
should
override
those
two.
*/
ALL_CFLAGS
=
-Demacs
-DHAVE_CONFIG_H
$(MYCPPFLAGS)
-I
.
-I
${srcdir}
$(C_SWITCH_MACHINE)
$(C_SWITCH_SYSTEM)
$(C_SWITCH_X_SITE)
${CFLAGS_SOUND}
${RSVG_CFLAGS}
${DBUS_CFLAGS}
${GCONF_CFLAGS}
${CFLAGS}
@FREETYPE_CFLAGS@ @FONTCONFIG_CFLAGS@ @LIBOTF_CFLAGS@ @M17N_FLT_CFLAGS@
${DEPFLAGS}
ALL_CFLAGS
=
-Demacs
-DHAVE_CONFIG_H
$(MYCPPFLAGS)
-I
.
-I
${srcdir}
$(C_SWITCH_MACHINE)
$(C_SWITCH_SYSTEM)
$(C_SWITCH_X_SITE)
C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM
${CFLAGS_SOUND}
${RSVG_CFLAGS}
${DBUS_CFLAGS}
${GCONF_CFLAGS}
${CFLAGS}
@FREETYPE_CFLAGS@ @FONTCONFIG_CFLAGS@ @LIBOTF_CFLAGS@ @M17N_FLT_CFLAGS@
${DEPFLAGS}
ALL_OBJC_CFLAGS
=
$(ALL_CFLAGS)
@GNU_OBJC_CFLAGS@
.SUFFIXES
:
.m
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment