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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3192 - (show annotations) (download)
Fri May 19 18:09:37 2017 UTC (6 years, 10 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 AM_CPPFLAGS = $(GTKMM_CFLAGS) $(GTK_CFLAGS) $(GIG_CFLAGS)
2
3 pkglibdir = $(LINUXSAMPLER_PLUGIN_DIR)
4
5 pkglib_LTLIBRARIES = \
6 libgigeditlinuxsamplerplugin.la
7 libgigeditlinuxsamplerplugin_la_SOURCES = \
8 linuxsamplerplugin.cpp \
9 linuxsamplerplugin.h
10 libgigeditlinuxsamplerplugin_la_LIBADD = \
11 $(top_builddir)/src/gigedit/libgigedit.la \
12 $(GTKMM_LIBS) $(GTK_LIBS) $(GIG_LIBS)
13 libgigeditlinuxsamplerplugin_la_CXXFLAGS = \
14 $(LINUXSAMPLER_CFLAGS)
15 libgigeditlinuxsamplerplugin_la_LDFLAGS = \
16 -module -avoid-version -no-undefined

  ViewVC Help
Powered by ViewVC