diff options
author | Michele Calgaro <[email protected]> | 2021-02-20 16:12:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-02-20 16:12:33 +0900 |
commit | 3bc70fb6aa1a24467df4aa5be8b6de24892db618 (patch) | |
tree | 7c1a5ef8235a29efd5811e96fed78a8b0e758d91 /client/Makefile.am | |
parent | 9260bc08ac2e46d7f231eb9708284c5fde3c2b4e (diff) | |
download | twin-style-crystal-3bc70fb6aa1a24467df4aa5be8b6de24892db618.tar.gz twin-style-crystal-3bc70fb6aa1a24467df4aa5be8b6de24892db618.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'client/Makefile.am')
-rw-r--r-- | client/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index 3eb3ecb..22d7f32 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -12,7 +12,7 @@ twin_DATA = crystal.desktop noinst_HEADERS = crystalclient.h crystalbutton.h imageholder.h buttonimage.h tiles.h overlays.h kde_module_LTLIBRARIES = twin3_crystal.la -twin3_crystal_la_SOURCES = crystalclient.cc myrootpixmap.cc crystalbutton.cpp \ +twin3_crystal_la_SOURCES = crystalclient.cpp myrootpixmap.cpp crystalbutton.cpp \ imageholder.cpp buttonimage.cpp tiles.h overlays.h twin3_crystal_la_LIBADD = $(kde_libraries)/libtdecorations.la $(LIB_TQT) $(LIB_TDEUI) twin3_crystal_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx -lDCOP |