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.
tdebase/tdeioslave/floppy/Makefile.am

21 lines
458 B

## Makefile.am of tdebase/tdeioslave/floppy
INCLUDES= $(all_includes)
AM_LDFLAGS = $(all_libraries)
####### Files
kde_module_LTLIBRARIES = tdeio_floppy.la
tdeio_floppy_la_SOURCES = tdeio_floppy.cpp program.cpp
tdeio_floppy_la_LIBADD = $(LIB_TDEIO)
tdeio_floppy_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kdelnk_DATA = floppy.protocol
kdelnkdir = $(kde_servicesdir)
METASOURCES = AUTO
messages:
$(XGETTEXT) *.cpp -o $(podir)/tdeio_floppy.pot