add these cflags even though they are empty right now all the time
This commit is contained in:
parent
7ae95e4660
commit
cf3427b2e3
1 changed files with 7 additions and 0 deletions
|
@ -104,6 +104,12 @@ parser_libobparser_la_SOURCES = \
|
||||||
## openbox ##
|
## openbox ##
|
||||||
|
|
||||||
openbox_openbox_CPPFLAGS = \
|
openbox_openbox_CPPFLAGS = \
|
||||||
|
$(SM_CFLAGS) \
|
||||||
|
$(XINERAMA_CFLAGS) \
|
||||||
|
$(XKB_CFLAGS) \
|
||||||
|
$(XRANDR_CFLAGS) \
|
||||||
|
$(XSHAPE_CFLAGS) \
|
||||||
|
$(XSYNC_CFLAGS) \
|
||||||
$(X_CFLAGS) \
|
$(X_CFLAGS) \
|
||||||
$(XCURSOR_CFLAGS) \
|
$(XCURSOR_CFLAGS) \
|
||||||
$(SM_CFLAGS) \
|
$(SM_CFLAGS) \
|
||||||
|
@ -121,6 +127,7 @@ openbox_openbox_LDADD = \
|
||||||
$(XKB_LIBS) \
|
$(XKB_LIBS) \
|
||||||
$(XRANDR_LIBS) \
|
$(XRANDR_LIBS) \
|
||||||
$(XSHAPE_LIBS) \
|
$(XSHAPE_LIBS) \
|
||||||
|
$(XSYNC_LIBS) \
|
||||||
$(GLIB_LIBS) \
|
$(GLIB_LIBS) \
|
||||||
$(X_LIBS) \
|
$(X_LIBS) \
|
||||||
$(XCURSOR_LIBS) \
|
$(XCURSOR_LIBS) \
|
||||||
|
|
Loading…
Reference in a new issue