mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
gitmodules: Move to subprojects/
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
0cde9a9d0e
commit
9302ef59f3
4 changed files with 9 additions and 9 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
||||||
[submodule "libgwater"]
|
[submodule "libgwater"]
|
||||||
path = libgwater
|
path = subprojects/libgwater
|
||||||
url = git://github.com/sardemff7/libgwater
|
url = git://github.com/sardemff7/libgwater
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Specify automake version.
|
# Specify automake version.
|
||||||
AUTOMAKE_OPTIONS = 1.11.3
|
AUTOMAKE_OPTIONS = 1.11.3
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I libgwater ${ACLOCAL_FLAGS}
|
ACLOCAL_AMFLAGS = -I subprojects/libgwater ${ACLOCAL_FLAGS}
|
||||||
|
|
||||||
AM_YFLAGS = -d
|
AM_YFLAGS = -d
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
noinst_LIBRARIES += \
|
noinst_LIBRARIES += \
|
||||||
libgwater/libgwater-xcb.a
|
libgwater-xcb.a
|
||||||
|
|
||||||
libgwater_libgwater_xcb_a_SOURCES = \
|
libgwater_xcb_a_SOURCES = \
|
||||||
libgwater/xcb/libgwater-xcb.c \
|
subprojects/libgwater/xcb/libgwater-xcb.c \
|
||||||
libgwater/xcb/libgwater-xcb.h
|
subprojects/libgwater/xcb/libgwater-xcb.h
|
||||||
|
|
||||||
libgwater_libgwater_xcb_a_CFLAGS = \
|
libgwater_xcb_a_CFLAGS = \
|
||||||
$(AM_CFLAGS) \
|
$(AM_CFLAGS) \
|
||||||
$(GW_XCB_INTERNAL_CFLAGS)
|
$(GW_XCB_INTERNAL_CFLAGS)
|
||||||
|
|
||||||
|
|
||||||
GW_XCB_CFLAGS = \
|
GW_XCB_CFLAGS = \
|
||||||
-I$(srcdir)/libgwater/xcb \
|
-I$(srcdir)/subprojects/libgwater/xcb \
|
||||||
$(GW_XCB_INTERNAL_CFLAGS)
|
$(GW_XCB_INTERNAL_CFLAGS)
|
||||||
|
|
||||||
GW_XCB_LIBS = \
|
GW_XCB_LIBS = \
|
||||||
libgwater/libgwater-xcb.a \
|
libgwater-xcb.a \
|
||||||
$(GW_XCB_INTERNAL_LIBS)
|
$(GW_XCB_INTERNAL_LIBS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue