Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-imgsrv
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-apps-imgsrv
Commits
92edca99
Commit
92edca99
authored
Aug 12, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chaned source of included headers
parent
536d4e80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
Makefile
Makefile
+7
-1
No files found.
Makefile
View file @
92edca99
...
...
@@ -5,7 +5,9 @@ CONFFILES = Exif_template.xml
SRCS
=
imgsrv.c
OBJS
=
imgsrv.o
CFLAGS
+=
-Wall
-I
$(ELPHEL_KERNEL_DIR)
/include/uapi/elphel
#CFLAGS += -Wall -I$(ELPHEL_KERNEL_DIR)/include/uapi/elphel
CFLAGS
+=
-Wall
-I
$(STAGING_DIR_HOST)
/usr/include-uapi/elphel
all
:
$(PROGS)
...
...
@@ -13,3 +15,7 @@ $(PROGS): $(OBJS)
$(CC)
$(LDFLAGS)
$^
$(LDLIBS)
-o
$@
clean
:
rm
-rf
$(PROGS)
*
.o core
#TODO: implement automatic dependencies!
imgsrv.c
:
$(STAGING_DIR_HOST)/usr/include-uapi/elphel/x393_devices.h
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment