mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
mv dbg.c ..
This commit is contained in:
parent
fd8d9a395d
commit
d9b1d24919
3 changed files with 1 additions and 4 deletions
|
|
@ -1,3 +0,0 @@
|
||||||
labwc_sources += files(
|
|
||||||
'dbg.c',
|
|
||||||
)
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
labwc_sources = files(
|
labwc_sources = files(
|
||||||
'action.c',
|
'action.c',
|
||||||
'cursor.c',
|
'cursor.c',
|
||||||
|
'dbg.c',
|
||||||
'deco.c',
|
'deco.c',
|
||||||
'interactive.c',
|
'interactive.c',
|
||||||
'keyboard.c',
|
'keyboard.c',
|
||||||
|
|
@ -15,5 +16,4 @@ labwc_sources = files(
|
||||||
subdir('common')
|
subdir('common')
|
||||||
subdir('config')
|
subdir('config')
|
||||||
subdir('theme')
|
subdir('theme')
|
||||||
subdir('debug')
|
|
||||||
subdir('xbm')
|
subdir('xbm')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue