[Xfce4-commits] <squeeze:stephan/new-ui> Fixed syntax and Makefile errors.
Peter de Ridder
noreply at xfce.org
Thu Jun 20 23:14:01 CEST 2013
Updating branch refs/heads/stephan/new-ui
to ba043fde27e263fa3bfb159f88447cd9fdc7c691 (commit)
from 5618f356820490d680416df05800b9fb00950b9b (commit)
commit ba043fde27e263fa3bfb159f88447cd9fdc7c691
Author: Peter de Ridder <peter at xfce.org>
Date: Thu Jun 20 22:14:44 2013 +0200
Fixed syntax and Makefile errors.
configure.ac.in | 2 ++
src/Makefile.am | 5 ++++-
src/archive_store.c | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index cce8d3e..88b2ea4 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -159,6 +159,8 @@ libsqueeze/Makefile
squeeze-cli/Makefile
icons/Makefile
icons/16x16/Makefile
+icons/22x22/Makefile
+icons/32x32/Makefile
icons/48x48/Makefile
icons/scalable/Makefile
pixmaps/Makefile
diff --git a/src/Makefile.am b/src/Makefile.am
index 43be2d0..1878f93 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,13 +32,16 @@ squeeze_LDFLAGS = \
INCLUDES = \
-I${top_srcdir}
+EXTRA_DIST= \
+ main_window_ui.h
+
if MAINTAINER_MODE
DISTCLEANFILES = \
throbber-fallback.c
BUILT_SOURCES = \
- throbber-fallback.c
+ throbber-fallback.c \
main_window_ui.h
throbber-fallback.c: $(srcdir)/throbber-fallback.png Makefile
diff --git a/src/archive_store.c b/src/archive_store.c
index 8a14310..f38979a 100644
--- a/src/archive_store.c
+++ b/src/archive_store.c
@@ -43,7 +43,7 @@ sq_archive_store_dispose(GObject *object);
/* properties */
enum {
- SQ_ARCHIVE_STORE_SHOW_ICONS = 1
+ SQ_ARCHIVE_STORE_SHOW_ICONS = 1,
SQ_ARCHIVE_STORE_SORT_FOLDERS_FIRST,
SQ_ARCHIVE_STORE_SORT_CASE_SENSITIVE
};
More information about the Xfce4-commits
mailing list