Skip to content

Commit

Permalink
"make dist" fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Apr 27, 2009
1 parent 2dfdfc1 commit 3e0cad1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ SUBDIRS = symlink
qq_desktoptemplatedir = $(pkgdatadir)
qq_desktoptemplate_DATA = template.desktop

EXTRA_DIST = \
$(qq_desktoptemplate_DATA)
3 changes: 2 additions & 1 deletion plugins/symlink/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ dist_bin_SCRIPTS = geeqie-symlink
qq_desktopdir = $(pkgdatadir)/applications
qq_desktop_DATA = symlink.desktop


EXTRA_DIST = \
$(qq_desktop_DATA)
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ AM_CXXFLAGS = \

module_SLIK = \
intl.h \
gettext.h \
ui_bookmark.c \
ui_bookmark.h \
ui_fileops.c \
Expand Down

0 comments on commit 3e0cad1

Please sign in to comment.