aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-03-12 22:09:04 +0200
committernotaz2011-03-14 00:59:31 +0200
commit29a8c4f3e7fee7678e4b18de1748b9c4255dcef2 (patch)
tree933c42d696ae5f7ff3c6f0cf5c32aae71017d4c9 /Makefile
parent9411ba241f8f6ea0926a76c13a3329a95856b420 (diff)
downloadpcsx_rearmed-29a8c4f3e7fee7678e4b18de1748b9c4255dcef2.tar.gz
pcsx_rearmed-29a8c4f3e7fee7678e4b18de1748b9c4255dcef2.tar.bz2
pcsx_rearmed-29a8c4f3e7fee7678e4b18de1748b9c4255dcef2.zip
frontend: add screenshot functionality
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 900a5d8..2c2767a 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ plugins/dfinput/%.o: CFLAGS += -Wall
OBJS += plugins/dfinput/pad.o
# gui
-OBJS += frontend/main.o frontend/plugin.o
+OBJS += frontend/main.o frontend/plugin.o
ifeq "$(USE_GTK)" "1"
OBJS += maemo/hildon.o maemo/main.o
maemo/%.o: maemo/%.c