bar: move C file to subdirectory

This commit is contained in:
Daniel Eklöf 2019-01-29 20:18:37 +01:00
parent f5aebc07ef
commit aa21991323
2 changed files with 5 additions and 4 deletions

View file

@ -31,7 +31,6 @@ pkg_check_modules(CAIRO REQUIRED cairo cairo-xcb cairo-ft)
pkg_check_modules(YAML REQUIRED yaml-0.1)
add_executable(f00bar
bar.c bar.h
config.c config.h
config-verify.c config-verify.h
decoration.h
@ -44,6 +43,8 @@ add_executable(f00bar
tag.c tag.h
xcb.c xcb.h
yml.c yml.h
bar/bar.c bar.h
)
# Make global symbols in f00bar visible to dlopen:ed plugins