summaryrefslogtreecommitdiffstats
path: root/libgwater-xcb-nolibtool.mk
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-05-04 13:36:18 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-05-04 21:50:07 +0200
commit9302ef59f38913d024b7b1edebb40ebce3275753 (patch)
tree93894534d537a97650c83b2067e104eca4a3b743 /libgwater-xcb-nolibtool.mk
parent0cde9a9d0e53d338f9c74389d1b0b3cddd121c46 (diff)
gitmodules: Move to subprojects/
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'libgwater-xcb-nolibtool.mk')
-rw-r--r--libgwater-xcb-nolibtool.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/libgwater-xcb-nolibtool.mk b/libgwater-xcb-nolibtool.mk
index e4e07eb7..d6403da9 100644
--- a/libgwater-xcb-nolibtool.mk
+++ b/libgwater-xcb-nolibtool.mk
@@ -1,20 +1,20 @@
noinst_LIBRARIES += \
- libgwater/libgwater-xcb.a
+ libgwater-xcb.a
-libgwater_libgwater_xcb_a_SOURCES = \
- libgwater/xcb/libgwater-xcb.c \
- libgwater/xcb/libgwater-xcb.h
+libgwater_xcb_a_SOURCES = \
+ subprojects/libgwater/xcb/libgwater-xcb.c \
+ subprojects/libgwater/xcb/libgwater-xcb.h
-libgwater_libgwater_xcb_a_CFLAGS = \
+libgwater_xcb_a_CFLAGS = \
$(AM_CFLAGS) \
$(GW_XCB_INTERNAL_CFLAGS)
GW_XCB_CFLAGS = \
- -I$(srcdir)/libgwater/xcb \
+ -I$(srcdir)/subprojects/libgwater/xcb \
$(GW_XCB_INTERNAL_CFLAGS)
GW_XCB_LIBS = \
- libgwater/libgwater-xcb.a \
+ libgwater-xcb.a \
$(GW_XCB_INTERNAL_LIBS)