diff options
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/Makefile.am | 2 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 3 | ||||
-rw-r--r-- | data/graphics/images/Makefile.am | 3 |
3 files changed, 6 insertions, 2 deletions
diff --git a/data/graphics/Makefile.am b/data/graphics/Makefile.am index 1f0db5ff..e0003154 100644 --- a/data/graphics/Makefile.am +++ b/data/graphics/Makefile.am @@ -1,2 +1,4 @@ +EXTRA_DIST = CMakeLists.txt + SUBDIRS = gui images diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index c36741a3..6d04666a 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -54,4 +54,5 @@ gui_DATA = \ window.xml EXTRA_DIST = \ - $(gui_DATA) + $(gui_DATA) \ + CMakeLists.txt diff --git a/data/graphics/images/Makefile.am b/data/graphics/images/Makefile.am index 4df6b7ed..0bc2a5cd 100644 --- a/data/graphics/images/Makefile.am +++ b/data/graphics/images/Makefile.am @@ -5,4 +5,5 @@ images_DATA = \ login_wallpaper.png EXTRA_DIST = \ - $(images_DATA) + $(images_DATA) \ + CMakeLists.txt |