/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to common.mk

  • Committer: Suren A. Chilingaryan
  • Date: 2011-04-12 00:57:02 UTC
  • Revision ID: csa@dside.dyndns.org-20110412005702-ir1cch0f1feop7ay
Infrastructure for event API

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
SRC = $(wildcard *.cpp)
20
20
SRCC = $(wildcard *.c)
21
21
 
 
22
SRC += $(wildcard ipecamera/*.cpp)
 
23
SRCC += $(wildcard ipecamera/*.c)
 
24
 
22
25
# Corresponding object files 
23
26
OBJ = $(addprefix $(OBJDIR)/,$(SRC:.cpp=.o))
24
27
OBJ += $(addprefix $(OBJDIR)/,$(SRCC:.c=.o))