Mercurial > geeqie
annotate plugins/Makefile.am @ 1671:36166cd4006b
Fix AM_CFLAGS and AM_CXXFLAGS from @1701
The commit 1701 did insert wrong lines for AM_CFLAGS and AM_CXXFLAGS to
src/Makefile.am.
I also did some minor whitespace fixes and made the internal
documentation consistent by using \ than @ for doxygen doc.
author | mow |
---|---|
date | Sat, 27 Jun 2009 22:56:50 +0000 |
parents | 8966e72ae99a |
children | 5bb036e67d6d |
rev | line source |
---|---|
1651 | 1 #FIXME enable or disable individual plugins from configure |
2 | |
3 SUBDIRS = rotate symlink ufraw | |
1502
08f97835e816
Add and install a template to be used as new editor. Need more work.
zas_
parents:
1272
diff
changeset
|
4 qq_desktoptemplatedir = $(pkgdatadir) |
08f97835e816
Add and install a template to be used as new editor. Need more work.
zas_
parents:
1272
diff
changeset
|
5 qq_desktoptemplate_DATA = template.desktop |
1272 | 6 |
1616
5b36a6ff55ae
Add .desktop files to restore lossless jpeg rotation via editors.
zas_
parents:
1571
diff
changeset
|
7 EXTRA_DIST = $(qq_desktoptemplate_DATA) |