Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Frida
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coenen, Joachim
Frida
Commits
a15a4f4f
Commit
a15a4f4f
authored
15 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
write config.h, even if it is not used
parent
d762fdc8
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+4
-0
4 additions, 0 deletions
.gitignore
pub/configure.ac
+1
-0
1 addition, 0 deletions
pub/configure.ac
pub/src/frida2
+0
-0
0 additions, 0 deletions
pub/src/frida2
with
5 additions
and
0 deletions
.gitignore
+
4
−
0
View file @
a15a4f4f
...
...
@@ -9,6 +9,10 @@ src/Makefile
src/src.pro
*.Plo
*.Po
frida2
pub/config.h
pub/config.h.in
pub/stamp*
Makefile
Makefile.in
*/Makefile
...
...
This diff is collapsed.
Click to expand it.
pub/configure.ac
+
1
−
0
View file @
a15a4f4f
...
...
@@ -12,6 +12,7 @@
AC_INIT([frida], [2], [j.wuttke@fz-juelich.de])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/frida2.cpp]) # assure we have the right src dir
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
###############################################################################
...
...
This diff is collapsed.
Click to expand it.
pub/src/frida2
+
0
−
0
View file @
a15a4f4f
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment