Added missing tooltips for wizard.
[geanylatex.git] / Makefile.am
blob4af69189061624dc3dfab8306cf4455e3ca6f421
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
2 #SUBDIRS = tests
4 lib_LTLIBRARIES = geanylatex.la
5 geanylatex_la_SOURCES = geanylatex.c
6 geanylatex_la_LDFLAGS = -module -avoid-version
7 geanylatex_la_LIBADD  = @GTK_LIBS@
9 AM_CPPFLAGS = @GTK_CFLAGS@ \
10                 -I$(GEANY_SRC)/src \
11                 -I$(GEANY_SRC)/plugins \
12                 -I$(GEANY_SRC)/tagmanager/include \
13                 -I$(GEANY_SRC)/scintilla/include
17 install: .libs/geanylatex.so
18         mkdir -p $(HOME)/.geany/plugins
19         cp $< $(HOME)/.geany/plugins/