You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tellico/src/cite/Makefile.am

21 lines
445 B

AM_CPPFLAGS = $(all_includes)
METASOURCES = AUTO
KDE_OPTIONS = noautodist
CLEANFILES = *~ *.loT
noinst_LIBRARIES = libcite.a
libcite_a_SOURCES = lyxpipe.cpp actionmanager.cpp clipboard.cpp openoffice.cpp
EXTRA_DIST = \
actionmanager.h actionmanager.cpp \
lyxpipe.h lyxpipe.cpp \
actionmanager.h actionmanager.cpp \
openoffice.h openoffice.cpp \
clipboard.h clipboard.cpp \
handler.h
OOO_SUBDIR = ooo
if WITH_OOO
SUBDIRS = $(OOO_SUBDIR)
endif