summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--data/Makefile.am2
-rw-r--r--data/icons/Makefile.am4
-rw-r--r--data/sfx/Makefile.am2
-rw-r--r--data/themes/Makefile.am2
-rw-r--r--data/themes/blackwood/Makefile.am4
-rw-r--r--data/themes/classic/Makefile.am3
-rw-r--r--data/themes/enchilado/Makefile.am3
-rw-r--r--data/themes/pink/Makefile.am4
-rw-r--r--data/themes/redandblack/Makefile.am3
-rw-r--r--data/themes/wood/Makefile.am3
-rw-r--r--docs/Makefile.am3
-rw-r--r--src/Makefile.am7
13 files changed, 34 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am
index f1909aee4..375c18158 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,6 +9,7 @@ desktop_DATA = manaplus.desktop
EXTRA_DIST = $(desktop_DATA) \
CMakeLists.txt \
po/CMakeLists.txt \
+ po/*.po \
CMake/Modules/FindENet.cmake \
CMake/Modules/FindGuichan.cmake \
CMake/Modules/FindLibIntl.cmake \
@@ -19,7 +20,8 @@ EXTRA_DIST = $(desktop_DATA) \
AUTHORS \
ChangeLog \
INSTALL \
- README
+ README \
+ README.cmake
# Autopoint m4 stuff
ACLOCAL_AMFLAGS = -I m4
diff --git a/data/Makefile.am b/data/Makefile.am
index 82f0c768a..5531c610f 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = fonts graphics help icons sfx themes
-EXTRA_DIST = CMakeLists.txt
+EXTRA_DIST = CMakeLists.txt items.xsd
manadatadir = $(pkgdatadir)/data
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 596363ba0..14fc348ae 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -2,6 +2,10 @@
iconsdir = $(pkgdatadir)/data/icons
icons_DATA = manaplus.png \
+ manaplus.svg \
+ manaplus.icns \
+ manaplus.ico \
+ manaplus.hqx \
manaplus.xpm
install-data-local:
diff --git a/data/sfx/Makefile.am b/data/sfx/Makefile.am
index d4008c0dd..fe4668626 100644
--- a/data/sfx/Makefile.am
+++ b/data/sfx/Makefile.am
@@ -1 +1,3 @@
SUBDIRS = system
+
+EXTRA_DIST = CMakeLists.txt
diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am
index 8bdaf492c..947d83df2 100644
--- a/data/themes/Makefile.am
+++ b/data/themes/Makefile.am
@@ -1,2 +1,4 @@
SUBDIRS = blackwood classic enchilado mana pink redandblack wood
+
+EXTRA_DIST = CMakeLists.txt
diff --git a/data/themes/blackwood/Makefile.am b/data/themes/blackwood/Makefile.am
index 57e9696fa..31cb547c1 100644
--- a/data/themes/blackwood/Makefile.am
+++ b/data/themes/blackwood/Makefile.am
@@ -29,6 +29,7 @@ gui_DATA = \
slider.png \
slider_hilight.png \
speechbubble.xml \
+ speech_bubble.png \
sticky_button.png \
tab.png \
tab_hilight.png \
@@ -50,4 +51,5 @@ gui_DATA = \
window.png
EXTRA_DIST = \
- $(gui_DATA)
+ $(gui_DATA) \
+ CMakeLists.txt
diff --git a/data/themes/classic/Makefile.am b/data/themes/classic/Makefile.am
index 70f2f089e..cdf224998 100644
--- a/data/themes/classic/Makefile.am
+++ b/data/themes/classic/Makefile.am
@@ -4,4 +4,5 @@ guidir = $(pkgdatadir)/data/themes/classic
gui_DATA =
EXTRA_DIST = \
- $(gui_DATA)
+ $(gui_DATA) \
+ CMakeLists.txt
diff --git a/data/themes/enchilado/Makefile.am b/data/themes/enchilado/Makefile.am
index 4e09c11f1..1ca9924a3 100644
--- a/data/themes/enchilado/Makefile.am
+++ b/data/themes/enchilado/Makefile.am
@@ -14,4 +14,5 @@ gui_DATA = \
window.xml
EXTRA_DIST = \
- $(gui_DATA)
+ $(gui_DATA) \
+ CMakeLists.txt
diff --git a/data/themes/pink/Makefile.am b/data/themes/pink/Makefile.am
index 17a3a18a1..5fd4904f5 100644
--- a/data/themes/pink/Makefile.am
+++ b/data/themes/pink/Makefile.am
@@ -22,6 +22,7 @@ gui_DATA = \
hscroll_right_pressed.png \
item_shortcut_bgr.png \
mouse.png \
+ progress-indicator.png \
radioin.png \
radioin_highlight.png \
radioout.png \
@@ -53,4 +54,5 @@ gui_DATA = \
window.png
EXTRA_DIST = \
- $(gui_DATA)
+ $(gui_DATA) \
+ CMakeLists.txt
diff --git a/data/themes/redandblack/Makefile.am b/data/themes/redandblack/Makefile.am
index aa640f8e6..24b9920cb 100644
--- a/data/themes/redandblack/Makefile.am
+++ b/data/themes/redandblack/Makefile.am
@@ -53,4 +53,5 @@ gui_DATA = \
window.png
EXTRA_DIST = \
- $(gui_DATA)
+ $(gui_DATA) \
+ CMakeLists.txt
diff --git a/data/themes/wood/Makefile.am b/data/themes/wood/Makefile.am
index 0cc764f06..f9f04c254 100644
--- a/data/themes/wood/Makefile.am
+++ b/data/themes/wood/Makefile.am
@@ -53,4 +53,5 @@ gui_DATA = \
window.png
EXTRA_DIST = \
- $(gui_DATA)
+ $(gui_DATA) \
+ CMakeLists.txt
diff --git a/docs/Makefile.am b/docs/Makefile.am
index a13637c29..9dd4affe3 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -6,4 +6,5 @@ EXTRA_DIST = $(man6_MANS) \
HACKING.txt \
SOURCE/Doxyfile \
sounddev.txt \
- clientupdates.txt
+ clientupdates.txt \
+ example.mana
diff --git a/src/Makefile.am b/src/Makefile.am
index aa361ab87..684e68ea7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -615,7 +615,12 @@ manaplus_SOURCES += \
EXTRA_DIST = CMakeLists.txt \
- winver.h.in
+ winver.h.in \
+ enet/ChangeLog \
+ enet/design.txt \
+ enet/LICENSE \
+ enet/README \
+ mana.rc
# set the include path found by configure
INCLUDES = $(all_includes)