Optical changes for better code understanding
[geanylatex.git] / Makefile.am
blob1bef031a803055afaf13044d6db9fdcf43c1192a
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
2 #SUBDIRS = tests
4 noinst_HEADERS = makefile.win32
6 lib_LTLIBRARIES = geanylatex.la
7 geanylatex_la_SOURCES = geanylatex.c
8 geanylatex_la_LDFLAGS = -module -avoid-version
9 geanylatex_la_LIBADD  = @GTK_LIBS@
11 AM_CPPFLAGS = @GTK_CFLAGS@ \
12                 -I$(GEANY_SRC)/src \
13                 -I$(GEANY_SRC)/plugins \
14                 -I$(GEANY_SRC)/tagmanager/include \
15                 -I$(GEANY_SRC)/scintilla/include
17 install: .libs/geanylatex.so
18         mkdir -p $(HOME)/.geany/plugins
19         cp $< $(HOME)/.geany/plugins/