Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ AM_CXXFLAGS = -Wall -ansi -pedantic

bin_PROGRAMS = xinput_calibrator tester

COMMON_SRCS=calibrator.cpp calibrator/XorgPrint.cpp calibrator/Evdev.cpp calibrator/Usbtouchscreen.cpp main_common.cpp gui/gui_common.cpp
COMMON_SRCS=calibrator.cpp calibrator/XorgPrint.cpp calibrator/Evdev.cpp calibrator/Matrix.cpp calibrator/Usbtouchscreen.cpp main_common.cpp gui/gui_common.cpp

# only one of the BUILD_ flags should be set
if BUILD_X11
Expand Down
3 changes: 2 additions & 1 deletion src/calibrator/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ EXTRA_DIST = \
Usbtouchscreen.cpp \
XorgPrint.cpp \
Tester.cpp \
EvdevTester.cpp
EvdevTester.cpp \
Matrix.cpp
Loading