/[svn]/gigedit/trunk/src/plugin/Makefile.am
ViewVC logotype

Annotation of /gigedit/trunk/src/plugin/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3192 - (hide annotations) (download)
Fri May 19 18:09:37 2017 UTC (6 years, 11 months ago) by schoenebeck
File size: 525 byte(s)
* GTK3: Bringing back icons and keyboard accelerators / mnemonics for menus
  and buttons with GTK3; Cudos to those GTK heros who thought it might be
  a clever idea to simply remove such features for all users, all devices
  and all apps by default with GTK3!
* Debian: Added build-dependency to either libgtk2.0-dev or libgtk-3-dev.
* Debian: Added dependency to to either gnome-icon-theme or
  hicolor-icon-theme.
* Bumped version (1.0.0.svn48).

1 schoenebeck 3192 AM_CPPFLAGS = $(GTKMM_CFLAGS) $(GTK_CFLAGS) $(GIG_CFLAGS)
2 schoenebeck 1322
3 schoenebeck 1230 pkglibdir = $(LINUXSAMPLER_PLUGIN_DIR)
4 schoenebeck 1213
5     pkglib_LTLIBRARIES = \
6     libgigeditlinuxsamplerplugin.la
7     libgigeditlinuxsamplerplugin_la_SOURCES = \
8 schoenebeck 1322 linuxsamplerplugin.cpp \
9     linuxsamplerplugin.h
10 schoenebeck 1213 libgigeditlinuxsamplerplugin_la_LIBADD = \
11 persson 1809 $(top_builddir)/src/gigedit/libgigedit.la \
12 schoenebeck 3192 $(GTKMM_LIBS) $(GTK_LIBS) $(GIG_LIBS)
13 schoenebeck 1213 libgigeditlinuxsamplerplugin_la_CXXFLAGS = \
14     $(LINUXSAMPLER_CFLAGS)
15     libgigeditlinuxsamplerplugin_la_LDFLAGS = \
16 persson 1959 -module -avoid-version -no-undefined

  ViewVC Help
Powered by ViewVC