There can be only one (filename convention)
[mussa.git] / gui / module.mk
index f65a2123e6cf854d0ad3676dc8e9324cd0323cf9..255f172de9fd172f26baf0791b41e2ab5cf8f219 100644 (file)
@@ -1,17 +1,17 @@
 CURDIR := $(BASEDIR)gui/
 
-SOURCES.cxx := AnnotWindow.cxx \
-               ConnView.cxx \
-                                                        ConnWindow.cxx \
-                                                        MotifWindow.cxx \
-                                                        SeqTextWindow.cxx \
-                                                        SeqView.cxx \
-                                                        SeqWindow.cxx \
-                                                        SetupWindow.cxx \
-                                                        SubAnalysisWindow.cxx
+SOURCES.cpp := AnnotWindow.cpp \
+               ConnView.cpp \
+               ConnWindow.cpp \
+               MotifWindow.cpp \
+               SeqTextWindow.cpp \
+               SeqView.cpp \
+               SeqWindow.cpp \
+               SetupWindow.cpp \
+               SubAnalysisWindow.cpp
 
-MUSSA_FLTK_SRC := $(addprefix $(CURDIR), $(SOURCES.cxx))
-MUSSA_FLTK_OBJ := $(MUSSA_FLTK_SRC:.cxx=$(OBJEXT))
+MUSSA_FLTK_SRC := $(addprefix $(CURDIR), $(SOURCES.cpp))
+MUSSA_FLTK_OBJ := $(MUSSA_FLTK_SRC:.cpp=$(OBJEXT))
 
 SRC += $(MUSSA_FLTK_SRC)
 CXXFLAGS +=