1 ## Makefile.am -- Process this file with automake to produce Makefile.in
4 noinst_HEADERS = makefile.win32
6 lib_LTLIBRARIES = geanylatex.la
7 geanylatex_la_SOURCES = geanylatex.c letters.c latexencodings.c
8 geanylatex_la_LDFLAGS = -module -avoid-version
9 geanylatex_la_LIBADD = @GEANY_LIBS@
11 AM_CPPFLAGS = @GEANY_LIBS@
12 AM_CPPFLAGS = @GEANY_CFLAGS@
14 install: .libs/geanylatex.so
15 mkdir -p $(HOME)/.geany/plugins
16 cp $< $(HOME)/.geany/plugins/