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.
16 lines
422 B
16 lines
422 B
INCLUDES= $(all_includes)
|
|
SUBDIRS = .
|
|
|
|
lib_LTLIBRARIES = libtdeeduplot.la
|
|
|
|
libtdeeduplotincludedir = $(includedir)/libtdeedu
|
|
libtdeeduplotinclude_HEADERS = kplotobject.h kplotaxis.h kplotwidget.h
|
|
|
|
libtdeeduplot_la_SOURCES = kplotobject.cpp kplotaxis.cpp kplotwidget.cpp
|
|
|
|
libtdeeduplot_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2
|
|
libtdeeduplot_la_LIBADD = $(LIB_TDECORE) $(LIB_QT)
|
|
|
|
METASOURCES = AUTO
|
|
|