8 lines
116 B
Text
8 lines
116 B
Text
|
libdir = ${exec_prefix}/lib
|
||
|
|
||
|
lib_LTLIBRARIES = libWeather.la
|
||
|
libWeather_la_SOURCES = \
|
||
|
weather.c
|
||
|
|
||
|
INCLUDES += -I..
|