Skip to content

Instantly share code, notes, and snippets.

@ciembor
Created August 12, 2011 15:50
Show Gist options
  • Select an option

  • Save ciembor/1142332 to your computer and use it in GitHub Desktop.

Select an option

Save ciembor/1142332 to your computer and use it in GitHub Desktop.
ACLOCAL_AMFLAGS = -I m4
VALAFLAGS = --vapidir $(top_srcdir)/src/vapi \
--pkg gtk+-2.0 \
--pkg geany \
--pkg vte \
-H multiterm.h --use-header
geanypluginsdir = $(libdir)/geany
geanyplugins_LTLIBRARIES = multiterm.la
multiterm_la_LDFLAGS = -module -avoid-version -shared
multiterm_la_CPPFLAGS = @GTK_CFLAGS@ @GEANY_CFLAGS@ @VTE_CFLAGS@
multiterm_la_LIBADD = @GTK_LIBS@ @GEANY_LIBS@ @VTE_LIBS@
multiterm_la_SOURCES = plugin.vala \
tab-label.vala \
iterminal.vala \
terminal.vala \
shell.vala \
python.vala \
ruby.vala \
notebook.vala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment